home *** CD-ROM | disk | FTP | other *** search
/ Enter 2007 February / EnterCD_02_2007.iso / Internet / nFLVPlayer 1.1.4 / nFLVPlayer_Setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2006-12-06  |  2.7 KB  |  58 lines

  1. ;InnoSetupVersion=5.1.2
  2. [Setup]
  3. AppName=nFLVPlayer - FlashVideo player
  4. AppVerName=1.1.4.38
  5. AppId={{C4526CCC-CF15-4908-892F-37FAF69946A6}
  6. AppVersion=1.1.4.38
  7. AppPublisher=Nikola Dachev
  8. AppPublisherURL=www.zeraha.org
  9. AppSupportURL=www.zeraha.org
  10. AppUpdatesURL=www.zeraha.org
  11. DefaultDirName={pf}\zeraha.org\nFLVPlayer\
  12. DefaultGroupName=zeraha.org\nFLVPlayer
  13. UninstallDisplayIcon={app}\nFLVPlayer.exe
  14. UninstallDisplayName=nFLVPlayer
  15. OutputBaseFilename=nFLVPlayer_Setup
  16. Compression=lzma
  17. PrivilegesRequired=poweruser
  18. ChangesAssociations=yes
  19. LicenseFile=embedded\License.txt
  20. WizardImageFile=embedded\WizardImage0.bmp
  21. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  22. [Files]
  23. Source: "{app}\nFLVPlayer.exe"; DestDir: "{app}"; Components: core_app; Flags: confirmoverwrite comparetimestamp promptifolder 
  24. Source: "{app}\readme.txt"; DestDir: "{app}"; Components: core_app; 
  25. [Registry]
  26. Root: HKCR; Subkey: ".flv"; ValueType: String; ValueData: "flvfile"; Components: register_extension; 
  27. Root: HKCR; Subkey: "flvfile\shell\open\command"; ValueType: String; ValueData: "{app}\nFLVPlayer.exe ""%1"""; Components: register_extension; Flags: uninsdeletevalue uninsdeletekeyifempty 
  28. Root: HKCR; Subkey: "flvfile\DefaultIcon"; ValueType: String; ValueData: "{app}\nFLVPlayer.exe,0"; Components: register_extension; Flags: uninsdeletevalue uninsdeletekeyifempty 
  29. [Run]
  30. Filename: "{app}\readme.txt"; Components: core_app; Flags: shellexec skipifdoesntexist postinstall skipifsilent nowait
  31. [Icons]
  32. Name: "{group}\nFLVPlayer"; Filename: "{app}\nFLVPlayer.exe"; WorkingDir: "{app}"; IconFilename: "{app}\nFLVPlayer.exe"; 
  33. Name: "{group}\nFLVPlayer readme"; Filename: "{app}\readme.txt"; WorkingDir: "{app}"; 
  34. [Components]
  35. Name: "core_app"; Description: "nFLVPlayer Application"; Types: "custom compact full"; 
  36. Name: "register_extension"; Description: "Open FlashVideo files with nFLVPlayer"; Types: "custom compact full"; 
  37. [UninstallDelete]
  38. Type: files; Name: "{app}\nFLVPlayer.xdb"; 
  39. Type: files; Name: "{app}\flvplay.swf"; 
  40. [Types]
  41. Name: "full"; 
  42. Name: "compact"; 
  43. Name: "custom"; 
  44. [CustomMessages]
  45. default.NameAndVersion=%1 version %2
  46. default.AdditionalIcons=Additional icons:
  47. default.CreateDesktopIcon=Create a &desktop icon
  48. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  49. default.ProgramOnTheWeb=%1 on the Web
  50. default.UninstallProgram=Uninstall %1
  51. default.LaunchProgram=Launch %1
  52. default.AssocFileExtension=&Associate %1 with the %2 file extension
  53. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  54. [Languages]
  55. ; These files are stubs
  56. ; To achieve better results after recompilation, use the real language files
  57. Name: "default"; MessagesFile: "embedded\default.isl"; 
  58.